[Setup]: ArchitecturesInstallIn64BitMode

Valid values:

One or more of the following, separated by spaces:
x64
ia64

Default value:

(blank)
Description:

Specifies the 64-bit processor architecture(s) on which Setup should install in 64-bit mode. If this directive is not specified or is blank, Setup will always install in 32-bit mode.

Normally, you should not change this directive from its default value unless your application contains native 64-bit binaries.

Be sure you have read the 64-bit Installation Limitations topic before setting this directive.

If your application runs only on 64-bit processor architectures, you should set ArchitecturesAllowed to the same value as this directive to prevent Setup from running on 32-bit Windows.

Setup can only run in 64-bit mode on versions of Windows that provide the API support Inno Setup requires (e.g. RegDeleteValueEx). If the user's version of Windows lacks this API support (for example, it's the Itanium edition of Windows Server 2003 without Service Pack 1), Setup will display a message (MissingWOW64APIs) recommending that the user install a service pack, and exit.

See also:
ArchitecturesAllowed